home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / chksum2.zip / DEBUG.H < prev    next >
C/C++ Source or Header  |  1989-02-16  |  450b  |  15 lines

  1. /*   /usr/include/stub/debug.h    890123  NHA */
  2. /* This is the version for use with public sharing of my sources */
  3. /* The intent is to neutralize initdebug() and printd() so that */
  4. /* any compiler will swallow them without complaint */
  5. /* You may have to tweak this for yours */
  6.  
  7. #ifndef    __DEBUG__
  8. #define    __DEBUG__
  9.  
  10. /** #define printd    + **/
  11. #define printd
  12. #define initdebug(acptr,avptr,confile,lstfile,initstring)
  13.  
  14. #endif    __DEBUG__
  15.